C1.Web.Mvc Namespace / FlexChartBase<T> Class / Palette Property

In This Topic
Palette Property (FlexChartBase<T>)
In This Topic
Gets or sets an array of default colors to use for displaying each series.
Syntax
'Declaration
 
Public Overridable Property Palette As IEnumerable(Of Color)
 
Remarks
There is a set of predefined palettes in the C1.Web.Mvc.Chart.Palettes class that you can use.
See Also